img{
    width: 300px;
    height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30vh;
}

html
{
    background-color: rgb(192, 200, 176);
}

.first
{
    width: 700px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;

}

h1{
   font-size: 24px;
   color:rgb(14, 35, 0);
    text-align: center;
}

.second-one
{
    width: 150px;
    margin-left: 32vw;
    position: relative;
}

.second-one p {
    display: none;
    position: absolute;
    margin: 0;
    top: 100%;
    left: 0;
}

.second-one .nav-li:hover ~ p {
    display: block;
    font-style: italic;
        color: rgb(93, 114, 95);
}

.second-two
{
    width: 150px;
    margin-top: 30vh;
    margin-left: 27vw;
    position: relative;
}

.second-two p {
    display: none;
    position: absolute;
    margin: 0;
    top: 100%;
    left: 0;
}

.second-two .nav-li:hover ~ p {
    display: block;
    font-style: italic;
        color: rgb(93, 114, 95);
}

.second-third
{
    width: 150px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vh;
    position: relative;
    
}

.second-third p {
    display: none;
    position: absolute;
    margin: 0;
    top: 100%;
    left: 0;
}

.second-third .nav-li:hover ~ p {
    display: block;
    font-style: italic;
        color: rgb(93, 114, 95);
}

.second-four
{
    width: 150px;
    max-width: fit-content;
    margin-left: 65vw;
    margin-right: auto;
    margin-top: -55vh;
    position: relative;
}

.second-four p {
    display: none;
    position: absolute;
    margin: 0;
    top: 100%;
    left: 0;
}

.second-four .nav-li:hover ~ p {
    display: block;
    font-style: italic;
        color: rgb(93, 114, 95);
}

.second-five
{
    width: 150px;
    margin-left: 64vw;
    margin-top: 20vh;
    position: relative;
}

.second-five p {
    display: none;
    position: absolute;
    margin: 0;
    top: 100%;
    left: 0;
}

.second-five .nav-li:hover ~ p {
    display: block;
    font-style: italic;
            color: rgb(93, 114, 95);
}

.nav-li
{
  
    list-style: none;

    
}





li
{
    text-decoration: none;
}

a
{
    text-decoration: none;
   color:rgb(14, 35, 0);


}

a:hover
{
    font-style: italic;
        color: rgb(93, 114, 95);
}